home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1995 December / Computer Life December 1995.iso / nmmdemo / nmmdemo.exe / 1INTRO.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1995-04-19  |  105 b   |  8 lines

  1. on exitFrame
  2.   if the timer < (24 * 60) then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.